home *** CD-ROM | disk | FTP | other *** search
- ArrowHead(ArrowHeadType : INTEGER);
-
- Sets the line marker style.
-
- ArrowSize(MarkerSize : INTEGER);
-
- Sets the current arrowhead size.
-
- ClosePoly;
-
- Automatically closes a polygon.
-
- OpenPoly;
-
- Does not close a polygon.
-
- CopyMode(Operation : INTEGER);
-
- Sets the transfer mode of the active layer: Paint, Overlay, Invert, etc.
-
- NameObject(ObjectName : STRING);
-
- Assigns a name to an object.
-
- NameClass(ClassName : STRING);
-
- Assigns an object to a class.
-
- FillPat(PatternNumber : INTEGER);
-
- Sets the fill pattern of objects that will be created.
-
- FillFore(Red, Green, Blue : LONGINT);
-
- Sets the fill foreground color.
-
- FillBack(Red, Green, Blue : LONGINT);
-
- Sets the fill background color.
-
- PenFore(Red, Green, Blue : LONGINT);
-
- Sets the pen foreground color.
-
- PenBack(Red, Green, Blue : LONGINT);
-
- Sets the pen background color.
-
- LckObjs;
-
- Locks all selected objects.
-
- UnLckObjs;
-
- Unlocks all selected objects.
-
- PenPat(PatternNumber : INTEGER);
-
- Sets the pen pattern for the line that will be created.
-
- PenSize(LineWeight : INTEGER);
-
- Specifies the line weight of the graphic pen.
-
- PushAttrs;
-
- Saves current attribute settings for later retrieval.
-
- PopAttrs;
-
- Retrieves stored attribute settings.
-
- Smooth(SmoothType : INTEGER);
-
- Smoothes polygons & freehand lines into spline curves.
-
- ShowLayer;
-
- Sets the layer’s visibility to normal. The contents can be seen and selected from other layers.
-
- HideLayer;
-
- Sets the layer’s visibility to invisible. The contents cannot be seen from other layers.
-
- GrayLayer;
-
- Sets the layer’s visibility to gray. The contents are seen from other layers as grayed outlines.
-
- ShowClass(ClassName : STRING);
-
- Makes the class visible.
-
- HideClass(ClassName : STRING);
-
- Makes the class invisible.
-
- GetCVis(ClassName : STRING) : REAL;
-
- Gets class visibility.
-
- NFillClass(ClassName : STRING);
-
- Turns off all fill patterns in a class.
-
- TextFace([TextFaceType]);
-
- Sets the style of the text; e.g. TextFace([Bold,Underline]) makes text style underlined & bold.
-
- TextFlip(FlipType : INTEGER);
-
- Flips text vertically or horizontally.
- 1 = flip horizontal
- 2 = flip vertical
-
- TextFont(FontNumber : INTEGER);
-
- Sets text font.
-
- TextJust(Justify : INTEGER);
-
- Sets the text justification.
- 1 = Right justify
- 2 = Center justify
- 3 = Left justify
-
- TextRotate(#Rotation : INTEGER);
-
- Rotates selected text.
-
- TextSize(Point : INTEGER);
-
- Sets the text size in points.
-
- TextSpace(Spacing : INTEGER);
-
- Specifies the spacing between text lines.
-
- GetUnits(VAR Frac,DisAcc : LONGINT; VAR Format : INTEGER; VAR UPI : REAL; UMark,SqUMark :
- STRING);
-
- Retrieves current units settings.
-
- SingleTolerance(ShowVal,BoxTxt :
- BOOLEAN; Leadr,Trailr : STRING;
- LimValu : LONGINT);
-
- Sets single tolerance parameters for dimensions.
-
- DoubleTolerance(ShowVal,BoxTxt :
- BOOLEAN; Leadr,Trailr : STRING;
- TopVal,BotVal : LONGINT);
-
- Sets double tolerance parameters
- for dimensions.
-
- DoubleFixedTolerance(ShowVal,BoxTxt :BOOLEAN; Leadr,Trailr : STRING;TopStr,BotStr : LONGINT);
-
- Sets double fixed tolerance parameters for dimensions.
-
- LimitTolerance(ShowVal,BoxTxt :
- BOOLEAN; Leadr,Trailr : STRING;
- TopVal,BotVal : LONGINT);
-
- Sets limit tolerance parameters for dimensions.
-
- AddDashStyle(ScalThick : BOOLEAN; NumPr : INTEGER; B1,W1,...,B5,W5 : REAL);
-
- Defines custom linestyles.
-
- GetDashStyle(ScalThick : BOOLEAN; NumPr : INTEGER;
- B1,W1,...B5,W5 : REAL);
-
- Queries file for existence of specified linestyle.
-
-